package
Purpose
Runs the packaging phase of Grails' runtime. This is mainly useful when used by other scripts.Examples
As an include:includeTargets << grailsScript("_GrailsPackage")
grails package
Description
Usage:grails package
includeTargets << grailsScript("_GrailsPackage")
packageApp
target or other targets defined in the script.